xen: Move the hvm_start_info C representation to the public headers
authorJuergen Gross <jgross@suse.com>
Thu, 18 Aug 2016 10:04:30 +0000 (12:04 +0200)
committerWei Liu <wei.liu2@citrix.com>
Thu, 18 Aug 2016 10:22:55 +0000 (11:22 +0100)
commit361db13b0380a3462f788d44076f42f6f155e719
treeda9b46f0a6275bcdcce6a827f5b232c3a9c70e04
parent336d7239f8a703594f00e0d25ce0d1831f802952
xen: Move the hvm_start_info C representation to the public headers

Instead of having several representation of hvm_start_info in C, define
it in public/arch-x86/hvm/start_info.h so both libxc and hvmloader can
use it.

Also move the comment describing the binary format to be alongside the
C struct.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xc_dom.h
tools/libxc/xc_dom_x86.c
xen/include/public/arch-x86/hvm/start_info.h [new file with mode: 0644]
xen/include/public/xen.h